

body {
	font-family: 'Titillium Web';
	background-image: url("../img/bg.png");
	background-repeat: repeat;
	background-color: #222222;
	color: #CCCCCC;
	font-size: 1.0em; letter-spacing: 0.1em; font-weight: 300;	
	}
	
h1 {font-size: 4vh;}

.back  {
	top: 0; 
	right: 0;
	position: fixed;					
	color: #E35151;
	background-color: #555555;
	text-align: center;
	font-size: 3vh;
	width: 100%;
	padding: 2vh 0px;
	cursor: pointer;
	}
	
.back:hover {	
	background-color: #E35151;
	color: white;
	}
			
			
.content {
	top: 0px; 
	right: 0; 
	padding: 11vh 4vh;
	}